home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / text / manipulation / cv.lha / cv / scripts / Morse->SPEAK.cvt < prev    next >
Encoding:
Text File  |  1993-12-31  |  165 b   |  12 lines

  1. /*
  2.  *  Morse->SPEAK.CVT
  3.  *
  4.  *  (c)Copyright 1993 by Tobias Ferber,  All Rights Reserved.
  5.  */
  6.  
  7. "."  -> "dit ";
  8. "-"  -> "daw ";
  9.  
  10. ".\n" -> "dit,\n";
  11. "-\n" -> "daw,\n";
  12.